home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cspotrun.arc / COLOR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1986-06-20  |  1.4 KB  |  39 lines

  1. /*********************************************************
  2. **  COLOR.H    Color Definitions for direct color work  **
  3. **  Copyright 1985 Bob Pritchett   All Rights Reserved  **
  4. **********************************************************
  5. **  Version 1.2               Last Updated: 04/14/1986  **
  6. *********************************************************/
  7.  
  8. #define BLK_F        0            /* Black */
  9. #define BLU_F        1            /* Blue */
  10. #define GRN_F        2            /* Green */
  11. #define CYN_F        3            /* Cyan */
  12. #define RED_F        4            /* Red */
  13. #define MAG_F        5            /* Magenta */
  14. #define BRN_F        6            /* Brown */
  15. #define LGRY_F        7            /* Light Gray */
  16. #define GRY_F        8            /* Gray */
  17. #define LBLU_F        9            /* Light Blue */
  18. #define LGRN_F        10            /* Light Green */
  19. #define LCYN_F        11            /* Light Cyan */
  20. #define LRED_F        12            /* Light Red */
  21. #define LMAG_F        13            /* Light Magenta */
  22. #define YEL_F        14            /* Yellow */
  23. #define WHT_F        15            /* White */
  24.  
  25. #define BLK_B        0            /* Black */
  26. #define BLU_B        16            /* Blue */
  27. #define GRN_B        32            /* Green */
  28. #define CYN_B        48            /* Cyan */
  29. #define RED_B        64            /* Red */
  30. #define MAG_B        80            /* Magenta */
  31. #define BRN_B        96            /* Brown */
  32. #define WHT_B        112            /* White */
  33.  
  34. #define BLINK        128            /* Blink */
  35. #define BOLD        8            /* Bold */
  36. #define UNDERLINE    1            /* Underline (Mono) */
  37. #define REVERSE        112            /* Reverse Video */
  38. #define NORMAL        7            /* Black and White */
  39.